home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / os2 / sio124.arj / PMLM.TXT < prev    next >
Text File  |  1993-12-22  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.       The Poor Man's Line Monitor (PMLM.EXE) is basically of interest
  7.       to developers of comm applications and those providing technical
  8.       support for those applications.  This SIO utility is released
  9.       largely (in self defense) in the hope that some users can
  10.       diagnose their own problems.  PMLM's feature of saving trace
  11.       information to disk will only work with registered and beta
  12.       versions of SIO.
  13.  
  14.       PMLM provides basic line monitoring for OS/2, DOS and Windows
  15.       comm programs.  All characters sent or received by application
  16.       programs are displayed in the upper portion of the screen. 
  17.       Receive characters are displayed as "white on blue" and
  18.       transmitted characters are displayed "yellow on violet".  Line
  19.       signals, such as CTS are displayed as "dim white on red" when
  20.       turned off and "bright white on red" when turned on.  In
  21.       addition, a signals transition to OFF is displayed in lower case
  22.       and a signals transition to ON is displayed in upper case.
  23.  
  24.       Status information is displayed in the lower part of the screen. 
  25.       A bright white display means the signal is on, a dim white
  26.       indicates that the signal is off.  In addition, when bright, 
  27.       Rxoff and Txoff indicate the SIO has sent (Txoff) or received
  28.       (Rxoff) an Xoff, and an Xon is pending.
  29.  
  30.       When a DOS or Windows session uses a comm port, an additional
  31.       line of signal status appears.  This status line shows the state
  32.       of the virtual UART's signals.  Only the signals which MAY be
  33.       different from the real UART's signals are shown.
  34.  
  35.       "Rx Chars" and "Tx Chars" reflects the number of characters in
  36.       SIO's receive and transmit buffers respectively.
  37.  
  38.       The last line on the screen shows the keys (from the keyboard)
  39.       that PMLM will recognize.  The bright character shows the key to
  40.       hit for the associated function.  The font keys will not work in
  41.       a windowed OS/2 session.
  42.  
  43.       PMLM's command line requires one parameter, the comm port number,
  44.       and optionally accepts an additional parameter giving a save
  45.       trace file name.  For example, PMLM 1 COM1INFO.TEC will monitor
  46.       COM1 and save ALL of the communications traffic in the file
  47.       COM1INFO.TRC.  The trace files created by PMLM contain exactly
  48.       the same information that is displayed by PMLM, video attributes
  49.       and all.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.       VIEWPMLM.EXE may be used to view trace files created by PMLM. 
  56.       VIEWPMLM.EXE requires one parameter, the trace file name.  The
  57.       user can use the keys UP, DOWN, PAGEUP, PAGEDOWN, HOME, and END
  58.       to navigate the saved trace file.  Registered SIO users may send
  59.       VIEWPMLM.EXE (along with saved trace files) to anyone for
  60.       technical support purposes.
  61.  
  62.       VIEWPMLM can be used in native DOS, in DOS sessions under OS/2,
  63.       and in OS/2 sessions.  This means that even those developers and
  64.       support people need not have OS/2 to view the captured
  65.       communications data created by PMLM.
  66.  
  67.